LayoutShiftAttribution

data class LayoutShiftAttribution(previousRect: Rect, currentRect: Rect, nodeId: BackendNodeId?)

Constructors

LayoutShiftAttribution
Link copied to clipboard
fun LayoutShiftAttribution(previousRect: Rect, currentRect: Rect, nodeId: BackendNodeId? = null)

Properties

currentRect
Link copied to clipboard
val currentRect: Rect
nodeId
Link copied to clipboard
val nodeId: BackendNodeId? = null
previousRect
Link copied to clipboard
val previousRect: Rect

Sources

jvm source
Link copied to clipboard